home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / patches / ztools.lha / readme.1st < prev    next >
Text File  |  1995-11-26  |  2KB  |  93 lines

  1. Ztools 5/10 - 23 Oct 1995
  2. -------------------------
  3.  
  4. Author:
  5.  
  6.     Mark Howell (howell_ma@movies.enet.dec.com)
  7.  
  8.     Currently maintained by Stefan Jokisch
  9.     (jokisch@ls7.informatik.uni-dortmund.de)
  10.  
  11. Contents:
  12.  
  13.     readme.1st - this file
  14.     Makefile - Unix makefile
  15.     amiga.mak - Amiga Aztec C makefile
  16.     msc.mak - Microsoft Quick C makefile
  17.     vms.mak - VMS VAX C makefile
  18.     check.c - Sources
  19.     getopt.c
  20.     infodump.c
  21.     inforead.c
  22.     pix2gif.c
  23.     showdict.c
  24.     showhead.c
  25.     showobj.c
  26.     showverb.c
  27.     txd.c
  28.     txio.c
  29.     pix2gif.h - Header files
  30.     tx.h
  31.  
  32. Building:
  33.  
  34.     Unix: make
  35.  
  36.     DOS: nmake /F msc.mak
  37.  
  38.     VMS: mms/desc=vms.mak
  39.  
  40.     Amiga: Make file is amiga.mak
  41.  
  42.     Program dependencies:
  43.  
  44.     check : check.c
  45.  
  46.     infodump : infodump.c txio.c getopt.c showdict.c showhead.c
  47.            showobj.c showverb.c tx.h
  48.  
  49.     inforead : inforead.c
  50.  
  51.     pix2gif : pix2gif.c pix2gif.h
  52.  
  53.     txd : txd.c txio.c showverb.c tx.h
  54.  
  55.     inforead.c requires Microsoft C or Borland C as it's only for a PC.
  56.  
  57. Bugs:
  58.  
  59.     Please report bugs and portability bugs to the current maintainer.
  60.  
  61. Tools:
  62.  
  63.     check - checks story file integrity, same as $verify command. Works on all
  64.         types except for V1, V2 and early V3 games which have no checksum
  65.         in the header. Optionally outputs a new story file of the correct
  66.         length.
  67.  
  68.     usage: check story-file-name [new-story-file-name]
  69.  
  70.     infodump - dumps header, object list, grammar and dictionary of a given
  71.            story file. Works on all types. Grammar doesn't work for V6
  72.            games yet.
  73.  
  74.     usage: infodump [options...] story-file-name
  75.  
  76.     inforead - converts IBM bootable disks to story files. Only for IBM PCs,
  77.            requires Microsoft C or Borland C. Optional parameters are
  78.            the start track (defaults to 6) and the drive number (0 for
  79.            A: or 1 for B:).
  80.  
  81.     usage: inforead story-file-name [start-track [drive#]]
  82.  
  83.     pix2gif - converts IBM MCGA/VGA (*.MG1) picture files from V6 games to
  84.           individual GIF files, viewable on most platforms.
  85.  
  86.     usage: pix2gif picture-file-name
  87.  
  88.     txd - disassembles story files to Z-code assembly language, plus text
  89.       strings. Works on all games from V1 to V8. Also supports Inform
  90.       assembler syntax.
  91.  
  92.     usage: txd [options...] story-file-name
  93.